type context.valueCtx

5 uses

	context (current package)
		context.go#L718: 	return &valueCtx{parent, key, val}
		context.go#L723: type valueCtx struct {
		context.go#L741: func (c *valueCtx) String() string {
		context.go#L747: func (c *valueCtx) Value(key any) any {
		context.go#L757: 		case *valueCtx: